home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / filesplt.arc / SPLIT.DOC < prev    next >
Text File  |  1989-02-23  |  5KB  |  92 lines

  1.  
  2. SPLIT/APPEND Utility
  3. Version 1.0 - 1MB maximum
  4.  
  5. Created 02/22/89
  6. Copyright 1989 Michael Howard
  7. Distributed as Shareware
  8.  
  9. Please write to:
  10.      Michael Howard
  11.      P.O. Box 207
  12.      Wales, WI  53183
  13.  
  14.  
  15. REGISTRATION and UPGRADE INFORMATION
  16.  
  17.      This version of the SPLIT/APPEND Utility is limited to files of 1
  18. megabyte or less.  It is free to distribute and copy for friends.  All
  19. that is required is to copy this SPLIT.DOC file along with the program.
  20. If you do like this program, please send $10.  However, there is an
  21. expanded version that allows for unlimited file sizes.  This upgrade costs
  22. $20 which will give you a disk with the current version and I will record
  23. you as a registered user.  All postage will be taken care of without extra
  24. cost.  By registering, you will receive, when available, any enhancements
  25. to this program free of charge.
  26.  
  27.  
  28. PROGRAM INFORMATION
  29.  
  30.  
  31. APPEND
  32.  
  33.      Append will allow a specified file to be appended to another file.
  34. This can be used in conjunction with the other SPLIT options, which is
  35. recommended.  This works by first splitting a large file into smaller
  36. chunks, then possibly backing them up or transferring them to another
  37. computer, and finally appending them together which re-creates the
  38. original file.  Please note that when using the SPLIT FILES by SIZE
  39. option, resulting files are given the name of "SPLT0001.DAT",
  40. "SPLT0002.DAT", etc.  To re-create the file, append "SPLT0002.DAT" to
  41. "SPLT0001.DAT", and so on until all files have been appended to the first
  42. file ("SPLT0001.DAT").  Then, by using the DOS command RENAME, rename the
  43. first file as the original filename.  For example, at the DOS prompt,
  44. 'rename splt0001.dat file.exe', where the first filename is the
  45. combination of all the split files, and the second name is the original
  46. filename.  Your file will then be in its original state before being
  47. split.
  48.  
  49.  
  50. SPLIT FILE by RECORD
  51.  
  52.      This will split any file, as will the other splitting routine, but it
  53. is specifically designed for fixed-length records that need to be viewed
  54. but are too large for a text editor.  Suppose you have a text editor that
  55. uses available memory to edit a file, and the file you want to edit is too
  56. large for memory.  Without giving up the ease of using the text editor you
  57. are familiar with, you can split the file by specifying the record length,
  58. what record to start splitting the file from, and the amount of records to
  59. pull out.  You can start in the middle of the file, viewing as many
  60. records as the editor will hold, all without having to search for an
  61. easy-to-use editor for this purpose.  I find this routine especially
  62. useful for my data files that I need to edit.  If you need to insert the
  63. edited text back into the original, split the file before the change
  64. piece, and after the changed piece, and then append all of them together
  65. again, in order, and you have your edited file!
  66.  
  67.  
  68. SPLIT FILE by SIZE
  69.  
  70.      This is probably the most useful routine.  It splits a large file
  71. into smaller pieces for any purpose, such as transferring files too big to
  72. fit on a disk.  I use it to transfer file many megabytes large to
  73. different computers, where I append them together again.  This routine
  74. will operate much faster if first compress the file to be split. First,
  75. split it to the drive you want it to go to, transfer to another computer,
  76. append the files together, and finally de-compress the file into its
  77. original state.  You will be prompted to change disks if they become
  78. full.  Please refer to the section on APPEND for information on use and
  79. resulting filenames.  Any size can be specified, such as 360k if you are
  80. splitting a file to a 360k disk drive, and the drive will be filled with
  81. about 2k left over.  Any disk can be used, also, if you wanted to split
  82. the file to a 1.44Mb or 720k disk.  All this can be done in very little
  83. time, much faster than a DOS COPY command, and much more flexible.
  84.  
  85. Thank you for trying this program!
  86.  
  87. If this information went by too fast, display it again and press
  88. CONTROL - S to start and stop scrolling at any time.  Or, if you want it
  89. printed out, type 'TYPE SPLIT.DOC > PRN'.  Be sure that the printer is
  90. on with at least two sheets of paper ready.
  91.  
  92.